.sv-header-dark{
    height:160px;
    color:silver;
    background-color:red;
    width:100%;
}


.sv-logo-dark{
float:left;
padding-left:25px;
padding-top:5px;
max-width:180px;
max-height:180px;
}

#sv-menu-dark{
padding-top:25px;
top:0px;
padding-left:30px;


}

.sv-nav-dark {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
top: 0;
left: 0;
padding-top: 0px;
padding-left: 175px;

}

.sv-nav-dark ul {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
list-style: none;
margin: 0;
padding: 0;


}
.sv-nav-dark ul li {
display: inline-block;
margin: 0;
padding: 0;
padding-right: 35px;
}
.sv-nav-dark ul li a {
display: block;
font-size: 1.7em;
font-weight: bold;
text-align: center;
color: #36454f;
padding-bottom: 20px;
}



.sv-menu-button-dark {
float:right;
width: 100px;
height: 100px;
background-color: #0A0A0A;
border-radius: 50%;
z-index: 100;
cursor: pointer;
border: 2px solid rgba(0, 0, 0, 0.2);
color: rgb(121, 104, 104);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
text-decoration-color: rgb(121, 104, 104);


}



  span.sv-menu-button-text {
    font-weight: bold;
    color: rgb(121, 104, 104);
    text-align: center;
    text-decoration: none !important;
    
  }

 a {
    text-decoration-color: rgb(121, 104, 104) !important;
  }






